home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / qtpc.dir / 00017_Script_New Behavior < prev    next >
Text File  |  2002-02-25  |  295b  |  18 lines

  1.  
  2. on mouseEnter me
  3.   cursor 280
  4.   set the member of sprite the currentSpriteNum to member 16 of castLib "Internal"
  5.  
  6. end
  7.  
  8. on mouseLeave me
  9.   cursor 0
  10.   set the member of sprite the currentSpriteNum to member 15 of castLib "Internal"
  11.  
  12. end
  13.  
  14. on mouseUp me
  15.   go to movie "main"
  16.  
  17. end
  18.